/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color:transparent;
  	border: 2px solid #dddddd;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
  	border-radius: 100%;
}
#banner .hd .on {
  	background-color: #feffff;
  	border: 2px solid #feffff;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 520px;
    background-repeat: no-repeat;
    background-position: center;
}
/*幻灯片CSS*/

/*产品系列CSS*/
.product{
	padding: 60px 0;
}
.product .product-top{
	border: 1px solid #d8d8d8;
	padding: 21px 19px;
}
.product .product-top h2{
	font-size: 16px;
	color: #181818;
	font-weight: bold;
	border-left: 2px solid #181818;
	padding-left: 14px;
}
.product .product-top a{
	font-size: 12px;
	color: #666666;
	display: inline-block;
	padding: 0px 8px;
	line-height: 15px;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
}
.product .product-list{
	
}
.product .product-list li{
	width: 280px;
	padding: 10px;
	border: 1px solid #d8d8d8;
	margin-right: 26.5px;
	margin-top: 30px;
}
.product .product-list li:nth-child(4n){
	margin-right: 0;
}
.product .product-list a{
	display: block;
	color:white;
}
.product .product-list p{
	
}
.product .product-list img{
	height:220px; width:258px;
}
.product .product-list span{
	display: block;
	text-align: center;
	background: rgba(24,24,24,.8);
	font-size: 14px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*产品系列CSS*/

/*选择我们*/
.choose{
	background: url(../picture/choose.jpg) no-repeat top center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.choose .title{
	text-align: center;
	padding: 10px 0;
	position: relative;
	margin-bottom: 60px;
}
.choose .title:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 250px;
	height: 2px;
	background: #249860;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);	
}
.choose .title:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 250px;
	height: 2px;
	background: #249860;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);	
}
.choose .title h2{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.choose .title p{
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
}
.choose .row-con li {
  	width: 370px;
  	height: 310px;
  	padding: 42px 37px;
  	background-color: #ffffff;
  	text-align: center;
  	float: left;
  	margin-left: 45px;
  	cursor: pointer;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.choose .row-con li:first-child {
    margin-left: 0;
}
.choose .row-con li > img {
  	display: block;
  	margin: 0 auto 8px auto;
}
.choose .row-con li > strong {
  	display: block;
  	text-align: center;
  	font-size: 24px;
  	line-height: 30px;
  	font-weight: normal;
  	color: #666666;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.choose .row-con li > span {
  	display: block;
  	text-align: center;
  	font-size: 14px;
  	line-height: 30px;
  	color: #cccccc;
  	margin-bottom: 30px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.choose .row-con li > p {
  	font-size: 14px;
  	line-height: 20px;
  	color: #666666;
  	text-align: center;
  	padding-top: 30px;
  	height: 70px;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	position: relative;
  	margin-bottom: 15px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.choose .row-con li > p:before {
  	content: "";
  	width: 80px;
  	height: 1px;
  	background-color: #cccccc;
  	position: absolute;
  	top: 0;
  	left: 50%;
  	margin-left: -40px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.choose .row-con li:hover{
	background: #c60505;
}
.choose .row-con li:hover strong{
	color: #ffffff;
}
.choose .row-con li:hover span{
	color: #ffffff;
}
.choose .row-con li:hover p{
	color: #ffffff;
}
.choose .row-con li:hover p:before{
	background: #ffffff;
}
/*选择我们*/

/*公司简介*/
.about{
	padding: 120px 0 40px 0;
}
.about .about-all{
	background: #ebebeb;
	padding: 40px 40px 60px 40px;
}
.about .about-all>div{
	display: inline-block;
	vertical-align: top;
}
.about .about-all .tu{
	width:560px;
	height: 325px;
	position: relative;
	margin-right: 35px;
}
.about .about-all .tu img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.about .about-all .content{
	width: 520px;
	height: 325px;
	overflow: hidden;
}
.about .about-all .content h2{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.about .about-all .content .main{
	margin: 30px 0;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
}
.about .about-all .content .more{
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #249860;
	font-size: 14px;
	color: #ffffff;
}
/*公司简介*/

/*设备列表*/
.shebei{
	padding-bottom: 30px;
}
.picScroll-left{
	position:relative;
}
.picScroll-left .bd{
	overflow: hidden;
}
.picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	margin-right:40px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic{ 
	text-align:center;
	position: relative;
	border: 1px solid #dddddd;
	padding: 9px;
}
.picScroll-left .bd ul li .pic span{
	display: block;
	width: 250px;
	height: 190px;
	overflow: hidden;
	border: 1px solid #dddddd;
	position: relative;
}
.picScroll-left .bd ul li .pic a{
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5) url(../images/view.png) no-repeat center;
}
.picScroll-left .bd ul li .pic img{ 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width:100%;
	max-width: 250px;
	max-height: 190px;
	display:block;  
}
.picScroll-left .bd ul li .pic a:hover img{ 
	
}
.picScroll-left .bd ul li .title{
	line-height:40px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.picScroll-left .bd ul li .title a{
	font-size: 14px;
	color: #666666;
}
/*设备列表*/

/*新闻*/
.gongyong{
	padding-top: 15px;
	border-top:2px solid #333333;
}
.gongyong h2{
	font-weight: normal;
	margin-bottom: 20px;
	line-height:normal;
}
.gongyong h2 span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	background-position: left bottom;
}
.gongyong h2>a{
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 7px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.gongyong h2>a:hover{
	color: #249860;
}
.news-i{
	padding: 0 0 40px 0;
	font-size: 0;
}
.news-index{
	width: 780px;
	height: 300px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	box-sizing: border-box;
}
.news-index h2{
	font-size: 0;
	margin-bottom: 20px;
	line-height:normal;
}
.news-index h2 p{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.news-index h2 p a{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 16px;
	margin-right: 10px;
	color: #999999;
}
.news-index a.qydt{
	color: #000000;
	background-position:left bottom;
}
.news-index a.hyzx{
	
	margin-left: 5px;
}
.dt{
	display: none;
}
.dd{
	display: block!important;
}
.dt>div{
	display: inline-block;
	vertical-align: top;
}
.dt>div:nth-child(1){
	width: 320px;
	height: 240px;
	margin-right: 30px;
}
.dt>div:nth-child(1)>a{
	font-size: 0;
	display: block;
	overflow: hidden;
}
.dt>div:nth-child(1)>a>img{
	width: 320px;
	height: 240px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;	
}
.dt>div:nth-child(1)>a>img:hover{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.dt>div:nth-child(2){
	width: 370px;
	height: 240px;
}
.dt>div:nth-child(2)>div p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
	max-height: 80px;
	min-height: 50px;
}
.dt>div:nth-child(2)>div span{
	display: inline-block;
	font-size: 14px;
	color: #cccccc;
}
.dt>div:nth-child(2)>div{
	margin-bottom: 10px;
}
.dt>div:nth-child(2)>div h3{
	margin-bottom: 15px;
	line-height: normal;
}
.dt>div:nth-child(2)>div h3 a{
	color: #333333;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	font-weight: bold;
}
.dt>div:nth-child(2)>div h3 a:hover{
	color:#249860;
}
.dt>div:nth-child(2)>ul li{
	line-height: 28px;
}
.dt>div:nth-child(2)>ul a{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	max-width: 280px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/10.png) no-repeat;
	background-position: left center;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.dt>div:nth-child(2)>ul a:hover{
	color: #249860;
}
.dt>div:nth-child(2)>ul span{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	float: right;
}
.cjwt{
	width: 380px;
	height: 300px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.cjwt ul li{
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cjwt ul li a{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	max-width: 350px;
	white-space: nowrap;
	padding-left: 15px;
	background: url(../images/10.png) no-repeat;
	background-position: left center;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.cjwt ul li a:hover{
	color: #249860;
}
/*新闻*/